PDF4Java Reference Documentation
com.o2sol.pdf4java.spatial Package / PDFNumberFormat Class / setPrefix Method
Text that shall be concatenated to the left of the label specified by setMeasureUnit method.
In This Topic
    setPrefix Method
    In This Topic
    Sets the prefix.
    An empty string indicates that no text shall be added. Default value is a single ASCII SPACE character (0x20).
    Syntax
    public void setPrefix( 
       java.lang.String value
    )

    Parameters

    value
    Text that shall be concatenated to the left of the label specified by setMeasureUnit method.
    See Also